home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / basic / UDP_Chat.readme < prev   
Text File  |  1998-05-05  |  3KB  |  60 lines

  1. Short:    UDP funcs for Blitz- good for Net games
  2. Author:   anton@ww.co.nz (Anton Reinauer)
  3. Uploader: anton@ww.co.nz (Anton Reinauer)
  4. Version:  1.9
  5. Type:     dev/basic
  6. Requires: dev/basic/TCP-to-Blitz.lha, WB 2.0+, min 1.5 meg mem.
  7.  
  8.   These are functions to use the UDP protocol for multiplayer internet
  9. games in Blitz2. Also there is a small IRC-like chat program which is a 
  10. good Net game communications test-bed. It checks wether packets have 
  11. arrived at their destination by using an acknowledgement system, and 
  12. resends packets if necessary. Also it can also act as either a Server 
  13. or Client with log-in routines- each player is informed of the new player 
  14. and starts sending any messages to the new player, as the communication
  15. is still peer-to-peer.
  16.   There's a few TCP functions as well, like converting a ASCII address to
  17. numerical (long), and vice-versa, getting your local IP address etc. Some 
  18. of the log-in and message protocols could be used in TCP games as well.
  19.  
  20.   UDP is more appropriate for fast action games, like Doom clones,
  21. Xwing clones, or platformers, maze games etc; anything that needs small 
  22. lags (ping times), to remain playable over a network. 
  23.  
  24.  
  25. ============================= Archive contents =============================
  26.  
  27. Original  Packed Ratio    Date     Time    Name
  28. -------- ------- ----- --------- --------  -------------
  29.    22203    8736 60.6% 23-Apr-98 12:58:06 +Lag problems in Net games 
  30.     2096     814 61.1% 08-Feb-98 23:23:04 +net_protocol_header.bb2
  31.     1238     214 82.7% 08-Feb-98 23:23:04 +net_protocol_header.bb2.xtra
  32.     2096     814 61.1% 08-Feb-98 23:23:04 +net_protocol_header.bb2
  33.     2987    1275 57.3% 24-Jan-98 23:42:02 +TCPFuncs.bb
  34.     1238     181 85.3% 24-Jan-98 23:42:02 +TCPFuncs.bb.xtra
  35.    13465    4447 66.9% 26-Jan-98 17:01:18 +UDP_Chat.bb2
  36.     1238     206 83.3% 26-Jan-98 17:01:20 +UDP_Chat.bb2.xtra
  37.    19107    6142 67.8% 29-Jan-98 23:31:58 +UDP_Chat2.bb2
  38.     1238     207 83.2% 29-Jan-98 23:31:58 +UDP_Chat2.bb2.xtra
  39.    22573    6922 69.3% 11-Apr-98 20:18:24 +UDP_Chat3.bb2
  40.     1238     212 82.8% 11-Apr-98 20:18:24 +UDP_Chat3.bb2.xtra
  41.     2987    1348 54.8% 09-Nov-97 18:07:28 +UDP_Receive.bb2
  42.     1238     207 83.2% 09-Nov-97 18:07:28 +UDP_Receive.bb2.xtra
  43.     2862    1325 53.7% 09-Nov-97 20:57:30 +UDP_Receive2.bb2
  44.     1238     206 83.3% 09-Nov-97 20:57:30 +UDP_Receive2.bb2.xtra
  45.     2834    1234 56.4% 09-Nov-97 17:27:38 +UDP_Send.bb2
  46.     1238     204 83.5% 09-Nov-97 17:27:38 +UDP_Send.bb2.xtra
  47.     2974    1321 55.5% 09-Nov-97 17:22:32 +UDP_Send2.bb2
  48.     1238     208 83.1% 09-Nov-97 17:22:32 +UDP_Send2.bb2.xtra
  49.     7704    3393 55.9% 23-Apr-98 13:07:48 +UDP-Examples.readme
  50.    23616    7216 69.4% 22-Apr-98 14:24:04 +UDP_Chat4.asc
  51.    22087    7030 68.1% 22-Apr-98 14:23:48 +UDP_Chat4.bb2
  52.      396     219 44.6% 22-Apr-98 14:21:52 +UDP_Chat4.bb2.info
  53.     1238     212 82.8% 22-Apr-98 14:23:48 +UDP_Chat4.bb2.xtra
  54.     3324    1387 58.2% 11-Apr-98 21:53:48 +UDPFuncs.bb2
  55.     1238     185 85.0% 11-Apr-98 21:53:54 +UDPFuncs.bb2.xtra
  56.      588     294 50.0% 11-Apr-98 21:54:18 +UDPHeader.bb2
  57.     1238     185 85.0% 11-Apr-98 21:54:22 +UDPHeader.bb2.xtra
  58. -------- ------- ----- --------- --------
  59.   168755   56344 66.6% 23-Apr-98 21:59:34   29 files
  60.